home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / mac / demoware / Asymptote 1.1 Demo / Scripts / Demos / 14) Gaussian Fit / SetParameters < prev   
Encoding:
Text File  |  1994-11-01  |  249 b   |  11 lines  |  [TEXT/DWat]

  1. % Set the initial guesses for the
  2. % parameters of two Gaussians
  3.  
  4. set a0 -50 % gaussian 1 center
  5. set a1 40  % gaussian 1 width
  6. set a2 45  % gaussian 1 amp
  7. set a3 55  % gaussian 2 center
  8. set a4 20  % gaussian 2 width
  9. set a5 80  % gaussian 2 amp
  10.  
  11. close